home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr47 / asmlib40.zip / ASM.INC next >
Text File  |  1994-07-13  |  358b  |  30 lines

  1. .model small
  2.  
  3. IFDEF NOXT
  4. .286
  5. ENDIF
  6.  
  7. tiny     equ 1
  8. codesize EQU 0
  9. datasize EQU 0
  10.  
  11. ; color attribute constants
  12.  
  13. black    equ    0
  14. blue    equ    1
  15. green    equ    2
  16. cyan    equ    3
  17. red    equ    4
  18. magenta    equ    5
  19. brown    equ    6
  20. gray    equ    7
  21.  
  22. darkgray    equ    8
  23. hiblue        equ    9
  24. higreen        equ    10
  25. hicyan        equ    11
  26. hired        equ    12
  27. himagenta    equ    13
  28. hiyellow    equ    14
  29. hiwhite        equ    15
  30.